REGISTRY.SYS_SET Function

The power of this function makes it dangerous to use. Back up your Registry before using this function.

Syntax

C REGISTRY.SYS_SET(C name [,C data [,C architecture]])

Arguments

nameCharacter

The registry entry name and full path.

dataCharacter

The value to write into the Registry.

architectureCharacter

Default = 'Any'. The registry to write: '32', ' 64' or 'Any'. If set to 'Any', the 32-bit registry is searched first.

Description

Set an existing system setting (requires full registry path).

Discussion

The REGISTRY.SYS_SET() method modifies the value of an existing Registry entry. This method will modify any registry entry, and is not limited to the Alpha Anywhere section, as is REGISTRY.SAVE_SETTINGS(). The power of this function makes it dangerous to use. Back up your Registry before making any changes.

See Also